home *** CD-ROM | disk | FTP | other *** search
- object TMLocationForm: TTMLocationForm
- Left = 331
- Top = 443
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'TeleMagic Installation Location'
- ClientHeight = 119
- ClientWidth = 350
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 11
- Top = 26
- Width = 238
- Height = 13
- Caption = 'Please enter the location of TeleMagic Installation:'
- end
- object ModifyButton: TButton
- Left = 269
- Top = 38
- Width = 75
- Height = 25
- Caption = '&Modify'
- TabOrder = 1
- OnClick = ModifyButtonClick
- end
- object OkButton: TButton
- Left = 97
- Top = 86
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 2
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 177
- Top = 86
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = CancelButtonClick
- end
- object edtTMLocation: TEdit
- Left = 9
- Top = 41
- Width = 259
- Height = 21
- Enabled = False
- TabOrder = 0
- end
- end
-